From ad2a1f48cd74b8b4a1fbad226e1a4ba7ee4c8bb1 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Mon, 17 Jul 2017 08:46:36 -0400 Subject: [PATCH] Add "uninstall" command to cargo --help --- src/bin/cargo.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index 5e54973bf..c7432905c 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -65,6 +65,7 @@ Some common cargo commands are (see all commands with --list): search Search registry for crates publish Package and upload this project to the registry install Install a Rust binary + uninstall Uninstall a Rust binary See 'cargo help ' for more information on a specific command. "; -- 2.30.2